|
XMT-O Reference Software | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--xmtutil.DOMUtil
DOMParameter converts the parameter strings to java objects and back.
History:
| Field Summary | |
private static boolean |
debug_
Whether debug information is to be printed to the console. |
| Constructor Summary | |
DOMUtil()
|
|
| Method Summary | |
static org.w3c.dom.Element |
getChildElementByTagName(org.w3c.dom.Element element,
java.lang.String name)
|
static java.lang.String |
getDirectory(java.lang.String fileName)
Return the path part of a filname path. |
static void |
setDebug(boolean debug)
Enable debugging information to be printed to the console. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private static boolean debug_
| Constructor Detail |
public DOMUtil()
| Method Detail |
public static org.w3c.dom.Element getChildElementByTagName(org.w3c.dom.Element element,
java.lang.String name)
public static java.lang.String getDirectory(java.lang.String fileName)
public static void setDebug(boolean debug)
debug - sets debug information is printed
|
XMT-O Reference Software | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||